dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDate Structure / OracleDate Constructor / OracleDate Constructor(Byte[])
The byte array, which should be in the OCIDate format.

In This Topic
    OracleDate Constructor(Byte[])
    In This Topic
    Initializes a new instance of the OracleDate structure with the provided byte array, which is in the OCIDate format.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bytes() As Byte _
    )
    public OracleDate( 
       byte[] bytes
    )

    Parameters

    bytes
    The byte array, which should be in the OCIDate format.
    See Also